home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-0195.lzh / AMOSLIST / text0003.txt < prev    next >
Encoding:
Text File  |  1995-02-01  |  1.4 KB  |  40 lines

  1. In article <9501011524.AA06043@goober.mbhs.edu> posted in apana.lists.lang.amos you wrote:
  2. > >2. Can I use an 8 point font other than the default one with normal
  3. > >   (not graphic) text operations (and other things like editing
  4. > >   zones)?
  5.  
  6. >   You have to use the Font_Convert utility (or whatever it's called) to
  7. > convert the desired font into the right format.  I don't know whether
  8. > it's even possible in AMOS Pro.
  9.  
  10.  
  11. I've tried the Font Editor, with no luck. It doesn't seem to do
  12. anything very useful. I did discover that you can change the default
  13. font (topaz.font) by editing AMOS.Library with a hex editor, but it
  14. only loads fonts in memory. The other problem is that a compiled AMOS
  15. program looks for the font specified in AMOS.Library before it does
  16. anything else, so you can't write an AMOS routine which loads the
  17. required font into memory. Someone would need to write a front-end for
  18. your compiled program in C or some other language which loads the font
  19. into memory, then loads the main program, either that, or hack
  20. AMOS.Library to load disk fonts.
  21.  
  22. The point is, I've proved you can use other 8-point fonts with a
  23. little effort.
  24.  
  25.  
  26. Your other answers were very helpful. Thankyou.
  27.  
  28.  
  29. Now if someone could shed light on how to use the mysterious Hardcol
  30. and Set HardCol commands, I'd name my first-born after them. :-)
  31.  
  32. >   --Andy Church
  33.  
  34. --
  35.  
  36.  Geoffrey Newman
  37.  grn@alcove.apana.org.au
  38.  
  39.  
  40.